github.com/gotd/td/transport.connection.codec (field)
8 uses
github.com/gotd/td/transport (current package)
connection.go#L26: codec Codec
connection.go#L47: if err := c.codec.Write(c.conn, b); err != nil {
connection.go#L69: if err := c.codec.Read(c.conn, b); err != nil {
listener.go#L64: codec: codec,
listener.go#L79: codec: transportCodec,
protocol.go#L71: codec: connCodec,
protocol.go#L81: codec: p.codec(),
protocol.go#L84: codec: p.codec(),
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |